home *** CD-ROM | disk | FTP | other *** search
- echo .
- echo .
- echo "About to install Models for the Heretic II Siege Mod..."
- echo .
- echo .
- wait 3
-
-
- cd ""
-
- if exists players
- cd players/
- copy fighter/fighter.pch male/
- else
- skip error
- endif
-
- ;CLERIC
- if exists cleric
- cd cleric
- copy ///base/players/male/tris.fm /cleric
- copy ///base/players/male/*.wav /cleric quiet
- /spatch -otris.fm -pcleric.pch tris.fm
-
- cd /
- copy fighter/reflect.m8 cleric
- copy fighter/noteam.m8 cleric
- copy fighter/noteamDmg.m8 cleric
- copy fighter/noteam.m8 cleric/noteam_i.m8
- copy fighter/noteam.m8 cleric/Att_i.m8
- copy fighter/noteam.m8 cleric/Def_i.m8
- echo "cleric done"
- else skip error
- endif
-
- ;NECRO
- if exists necro
- cd necro
- copy ///base/players/male/tris.fm /necro
- copy ///base/players/male/*.wav /necro quiet
- /spatch -otris.fm -pnecro.pch tris.fm
- cd /
- copy fighter/reflect.m8 necro
- copy fighter/noteam.m8 necro
- copy fighter/noteamDmg.m8 necro
- copy fighter/noteam.m8 necro/noteam_i.m8
- copy fighter/noteam.m8 necro/Att_i.m8
- copy fighter/noteam.m8 necro/Def_i.m8
- echo "necro done"
- else skip error
- endif
-
- ;FIGHTER
- if exists fighter
- cd fighter
- copy ///base/players/male/tris.fm /fighter
- copy ///base/players/male/*.wav /fighter quiet
- /spatch -otris.fm -pfighter.pch tris.fm
- cd /
- copy fighter/noteam.m8 fighter/noteam_i.m8
- copy fighter/noteam.m8 fighter/Att_i.m8
- copy fighter/noteam.m8 fighter/Def_i.m8
- echo "fighter done"
- else skip error
- endif
-
- ;WIZARD
- if exists wizard
- cd wizard
- copy ///base/players/male/tris.fm /wizard
- copy ///base/players/male/*.wav /wizard quiet
- /spatch -otris.fm -pwizard.pch tris.fm
- cd /
- copy fighter/reflect.m8 wizard
- copy fighter/noteam.m8 wizard
- copy fighter/noteamDmg.m8 wizard
- copy fighter/noteam.m8 wizard/noteam_i.m8
- copy fighter/noteam.m8 wizard/Att_i.m8
- copy fighter/noteam.m8 wizard/Def_i.m8
- echo "wizard done"
- else skip error
- endif
-
- ;SUCCUBUS
- if exists succubus
- cd succubus
- copy ///base/players/female/*.wav /succubus quiet
- cd /
- copy fighter/noteam.m8 succubus
- copy fighter/noteamDmg.m8 succubus
- copy fighter/noteam.m8 succubus/noteam_i.m8
- copy fighter/noteam.m8 succubus/Att_i.m8
- copy fighter/noteam.m8 succubus/Def_i.m8
-
- copy fighter/noteam.m8 female
- copy fighter/noteamDmg.m8 female
- copy fighter/noteam.m8 female/noteam_i.m8
- copy fighter/noteam.m8 female/Att_i.m8
- copy fighter/noteam.m8 female/Def_i.m8
- echo "succubus done"
- else skip error
- endif
-
- ;MALE
- if exists male
- cd male
- copy ///base/players/male/tris.fm /male
- /spatch -otris.fm -pfighter.pch tris.fm
-
- cd /
- copy fighter/noteam.m8 male/Def_i.m8
- copy fighter/reflect.m8 male
- echo "male done"
- skip end
- else skip error
- endif
-
-
- lab error
-
- echo .
- echo .
- echo " Error... INSTALLATION INCOMPLETE !"
- echo .
- echo " You got this message because there was a problem"
- echo " during the model installation. Please contact ac-logic@freenet.de"
- echo .
- skip final
-
-
- lab end
- echo .
- echo .
- echo " The Model Intallation Was Successful..."
- echo .
- echo .
-
- lab final
- wait 3
-